{% extends "base.html" %} {% block title %}{{ doctor.user.name }} - {{ doctor.specialization }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% if is_own_profile|default(False) and is_approved %}
{% elif is_own_profile|default(False) and is_pending %}Your account is permanently suspended and now you can't do any activity on this platform.
{{ doctor.rejection_reason }}
{% else %}No specific reason provided.
{% endif %}| Degree |
|---|
| {{ qual.strip() }} |
| Institute | Designation |
|---|---|
| Multiple Hospitals (See time slots) | {{ doctor.specialization|title }} - {{ doctor.experience|int }} Year{{ 's' if doctor.experience|int != 1 else '' }} Experience |
{{ doctor.user.name }} is a {{ doctor.specialization|title }}. {{ doctor.bio }}
Timings will be updated soon.
{% endif %} {% if is_approved %} {% if session.user_id %} Book Video Consultation {% else %} Login to Book {% endif %} {% else %}Timings will be updated soon.
{% endif %} {% if is_approved %} {% if session.user_id %} Book Physical Appointment {% else %} Login to Book {% endif %} {% else %}